}
catch ( NumberFormatException e )
{
System.err.println("Bad connection string: " + connectString);
return null;
}
}
catch ( NumberFormatException e )
{
log.error("Bad connection string: " + connectString);
return null;
}